release: 0.11.1#350
Merged
stainless-app[bot] merged 11 commits intoMay 13, 2026
Merged
Conversation
cac40be to
c646eb3
Compare
…plates (#352) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
c646eb3 to
7ad5b19
Compare
7ad5b19 to
5eaf474
Compare
5eaf474 to
ec02cb4
Compare
ec02cb4 to
6d194bb
Compare
Pin all GitHub Actions referenced in generated workflows (both first-party `actions/*` and third-party) to immutable commit SHAs. Updating pinned actions is now a deliberate codegen-side bump rather than implicit on every workflow run.
6d194bb to
c47090f
Compare
c47090f to
30aadb9
Compare
d84e2bb to
a30fd6e
Compare
a30fd6e to
d039ae8
Compare
Contributor
Author
Release version edited manuallyThe Pull Request version has been manually set to If you instead want to use the version number |
d039ae8 to
82ddb8a
Compare
declan-scale
approved these changes
May 13, 2026
Contributor
Author
|
🤖 Release is at https://github.com/scaleapi/scale-agentex-python/releases/tag/v0.11.1 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
0.11.1 (2026-05-13)
Full Changelog: v0.11.0...v0.11.1
⚠ BREAKING CHANGES
Features
Bug Fixes
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
Greptile Summary
ttft,ttat,tps, token counters, request counter with status) centralized inllm_metrics.py;TemporalStreamingHooksnow extendsLLMMetricsHooksso token/request metrics fire consistently across streaming and (future) sync paths.SGPSyncTracingProcessorandSGPAsyncTracingProcessorto be stateless — per-span_spansdict removed and replaced with an idempotent_build_sgp_span()helper, fixing a silent span-drop bug on Temporal cross-pod deployments where START and END land on different workers.created_atparameter onmessages.createandmessages.batch.create;set_tracing_disabled(True)added to generated templates to stop the openai-agents SDK from shipping traces toapi.openai.comviaOPENAI_API_KEY.Confidence Score: 4/5
Safe to merge; only a P2 monitoring gap and a pre-existing template issue already flagged in prior reviews
No P0/P1 bugs in the changed code. The stateless SGP processor refactor is well-tested and fixes a real cross-pod drop issue. The one P2 finding (sync ACP error path not wired to record_llm_failure) is a monitoring completeness gap, not a runtime failure.
src/agentex/lib/cli/templates/temporal-openai-agents/project/workflow.py.j2 (unconditional SGP tracing, already flagged in prior reviews); src/agentex/lib/core/observability/llm_metrics_hooks.py (no error hook for sync path)
Important Files Changed
Prompt To Fix All With AI
Reviews (9): Last reviewed commit: "release: 0.11.1" | Re-trigger Greptile